home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / f90 / exit.z / exit
Encoding:
Text File  |  1998-10-30  |  2.3 KB  |  55 lines

  1. EXIT(3F)                                               Last changed: 1-6-98
  2.  
  3.  
  4. NNAAMMEE
  5.      EEXXIITT - Exits from a Fortran program
  6.  
  7. SSYYNNOOPPSSIISS
  8.      UNICOS and UNICOS/mk systems:
  9.  
  10.           CCAALLLL EEXXIITT[((_i_s_t_a_t))]
  11.  
  12.      IRIX systems:
  13.           CCAALLLL EEXXIITT((_i_s_t_a_t))
  14.  
  15. IIMMPPLLEEMMEENNTTAATTIIOONN
  16.      UNICOS, UNICOS/mk, and IRIX systems
  17.  
  18. DDEESSCCRRIIPPTTIIOONN
  19.      On IRIX systems, the information on this man page is valid only for
  20.      programs compiled with the MIPSpro 7 Fortran 90 compiler.
  21.  
  22.      EEXXIITT ends the execution of a Fortran program.
  23.  
  24.      _i_s_t_a_t     EEXXIITT ends the execution of a Fortran program.  On UNICOS/mk
  25.                systems, it terminates execution on the local processing
  26.                element (PE).  The integer status _i_s_t_a_t is optional on
  27.                UNICOS systems and is required on IRIX systems.  The default
  28.                exit status is 0.
  29.  
  30.      When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
  31.      UNICOS, UNICOS/mk, or IRIX, all arguments must be of default kind
  32.      unless documented otherwise.  On UNICOS and UNICOS/mk, default kind is
  33.      KKIINNDD==88 for integer, real, complex, and logical arguments; on IRIX, the
  34.      default kind is KKIINNDD==44.
  35.  
  36. NNOOTTEESS
  37.      UUNNIICCOOSS aanndd UUNNIICCOOSS//mmkk oonnllyy::  The single parameter to EEXXIITT is optional.
  38.      Because EEXXIITT is predeclared, any explicit call to it can optionally
  39.      include a parameter.  However, if EEXXIITT is passed as an actual
  40.      parameter corresponding to a dummy parameter that is a procedure, and
  41.      if the corresponding dummy parameter is then called, one of the
  42.      following must be done:
  43.  
  44.      * The dummy procedure parameter must be declared in an interface block
  45.        as having an optional integer parameter
  46.  
  47.      * The call to the dummy procedure parameter (that is, the indirect
  48.        call to EEXXIITT) must include an actual parameter corresponding to the
  49.        optional one for EEXXIITT.
  50.  
  51. SSEEEE AALLSSOO
  52.      _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-
  53.      2165, for the printed version of this man page.
  54.  
  55.